home *** CD-ROM | disk | FTP | other *** search
- ;DoList Configuration File
-
- ;This file is read on DoList startup. DoList executes the command
- ;INT CONFIG. which reads this file and sets DoList up.
-
- ;ReturnCodes show program return codes that are non zero
- ReturnCodes
-
- ;Trace is for DoList Debugging. Shows generated command lines.
- ;Trace
-
- ;Use AKEY if you want to add an ENTER at the end, BKEY if you don't.
- ;Function Keys F1-F10, AF1-AF10, CF1-CF10, SF1-SF10
- ;%C changes into the name of this configuration file.
- ;Note: Using || allows more than 1 command to be executed.
-
- AKey AF1 ME %C||INT CONFIG ;Edit DoList Configuration
- AKey CF1 SHOWKEYS|MORE ;Display Key Help
- AKey SF1 SHOWALIAS ;Display Alias List
- AKey AF2 Del *.BAK ;Delete .BAK Files
- AKey SF2 DUMPENV X||ME X.||LOADENV X||DEL X
- AKey F5 DM3.EXE ;Run DM3
- AKey F7 PD ;Pick Directory
- AKey F10 MARXMENU.EXE DOLIST ;Dolist Menu
-
- AKey ALT-C Cls ;Clear Screen
- AKey ALT-D DoList ;Load DoList
- BKey ALT-E ME ;Run MarxEdit
- AKey ALT-F Free ;Free Space
- AKey ALT-M MapMem ;Memory Map
- AKey ALT-S SM D ;Load Smart DataBase
- AKey ALT-T Turbo ;Turbo Pascal
-
- AKey ALT-5 Trace Off ;Debug DoList
- AKey ALT-6 Trace On ;Debug DoList
-
- ;Aliases are used to translate commands. The first word is translated
- ;into the rest of the line.
-
- ;end